home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / GNUUCP_2 / SOURCE / VMS.COM < prev    next >
Text File  |  1989-07-31  |  491b  |  18 lines

  1. $ set verify
  2. $ set def [uucp.gnuucp]
  3. $ set noon
  4. $ cflags = "/nooptimise /define=VMS /define=LOG/debug/list"
  5. $ lflags = "/nomap" ! /debug"
  6. $ copy sysdep.vms sysdep.c
  7. $ cc 'cflags'   uuxqt.c
  8. $ cc 'cflags'   gio.c
  9. $ cc 'cflags'   uumisc.c
  10. $ cc 'cflags'   gnuucp.c
  11. $ cc 'cflags'   sysdep.c
  12. $ cc 'cflags'   rmail.c
  13. $ cc 'cflags'   locking.c
  14. $ link  'lflags' uuxqt, uumisc, sysdep, locking
  15. $ link  /nomap rmail, uumisc, sysdep, locking
  16. $ link  'lflags' gnuucp, uumisc, gio, sysdep, locking
  17. $ exit
  18.